projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f23a1d5
)
(rmail): Fix last fix.
author
Henrik Enberg
<henrik.enberg@telia.com>
Wed, 18 Jan 2006 19:27:36 +0000
(19:27 +0000)
committer
Henrik Enberg
<henrik.enberg@telia.com>
Wed, 18 Jan 2006 19:27:36 +0000
(19:27 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 0f1b7d972b003f78d41f47d51c8049503120bf68..60b40c142055fcac7be38545c69bd7d4aecfb596 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-843,7
+843,8
@@
If `rmail-display-summary' is non-nil, make a summary for this RMAIL file."
;; If new mail was found, display of the correct message was done
;; elsewhere.
(unless new-mail
- (rmail-show-message (rmail-first-unseen-message)))
+ (rmail-show-message (or (rmail-first-unseen-message)
+ rmail-total-messages)))
(rmail-construct-io-menu)
;; Run any callbacks if the buffer was not in rmail-mode
(if run-mail-hook